Launch Chrome
Opens new instance of Chrome that is already available on the machine.

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. | |
| Port | The port used to attach playwright to the browser. |
Options
| Name | Required | Description |
|---|---|---|
| Startup URL | The URL to load when the browser opens, must include https:// or http://. | |
| Custom User Directory | The directory used to store user information (leave blank to use default). | |
| Headless | Hides the GUI while running if headless. | |
| Browser Width | Custom browser width, default is 1280. | |
| Browser Height | Custom browser height, default is 920. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |